CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv example

搜索资源列表

  1. 基于opencv图像处理库的傅里叶变换

    0下载:
  2. 基于opencv图像处理库的傅里叶变换,首先说明是pdf文件,但源码运行过了,是正确的。,Opencv image-processing library based on the Fourier transform, first of all that are pdf files, but source code to run before, are correct.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-21
    • 文件大小:43605
    • 提供者:巢歌
  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:15229396
    • 提供者:star
  1. SVM.rar

    2下载:
  2. OpenCV机器学习SVM支持向量机的分类程序举例,OpenCV Machine Learning SVM example.
  3. 所属分类:2D Graphic

    • 发布日期:2015-01-08
    • 文件大小:1912
    • 提供者:Beckya
  1. Emgu.CV.SourceAndExamples-1.4.0.0

    0下载:
  2. Opencv C# Library (wrapper) and example
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8278814
    • 提供者:Flavio
  1. niw-iphone_opencv_test-a2e6c08db6c8af0d059f972a29

    0下载:
  2. Opencv example for iphone
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-26
    • 文件大小:9069265
    • 提供者:dave
  1. histeq

    0下载:
  2. opencv图像直方图均衡化(有例图)图像直方图均衡化-opencv image histogram equalization (Example map has)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:47123
    • 提供者:joyboble
  1. motiondetect

    0下载:
  2. OpenCV example, 背景建模,运动物体检测-OpenCV example, the background modeling, moving object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1359
    • 提供者:李君
  1. OpenCV-example

    0下载:
  2. opencv常用的案例源码。对初学opencv的人员很有帮助哦-opencv case of common source. Staff very helpful for beginners Oh opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:2175083
    • 提供者:yuchaoyan
  1. OpencvExampleSourceCode

    0下载:
  2. Opencv实例源代码,包括数字图像处理,视频跟踪算法和模式识别算法的源代码-Opencv Example Source Code, that include haarcascade, blobtrack,delaunay and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2941547
    • 提供者:shuang
  1. ellipse

    0下载:
  2. opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:55896
    • 提供者:zhang
  1. OPENCV

    0下载:
  2. opencv实例代码,有详细的代码及注释 很有价值啊-opencv example code, detailed code and note the value of ah
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3614745
    • 提供者:wangxiang
  1. 5

    0下载:
  2. opencv图像相关操作实例,如图像旋转,复制,创建-opencv image-related example of operation, such as image rotation, copy, create, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:858466
    • 提供者:aries
  1. object-detect

    0下载:
  2. 改程序能够读取视频文件并且可以检测到运动的物体,配置好opencv后可以直接运行,本程序以车辆监控为例子,所以可以用于智能监控-Reform program that can read video files and can detect movement of objects can be configured directly opencv run, the procedure for vehicle monitoring, for example, it can be used for i
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:886220
    • 提供者:baiyang
  1. FindCircle

    0下载:
  2. An example about finding circles using hough in OpenCV. Does not work very well, sorry-An example about finding circles using hough in OpenCV. Does not work very well, sorry...
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:581
    • 提供者:txinto
  1. OpenCV

    0下载:
  2. opencv 的实例源代码 opencv 的实例源代码-opencv example of an instance of the source code opencv source code opencv source code examples of
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:10576506
    • 提供者:vivianjiang
  1. OpenCv_examples

    0下载:
  2. Example for first use of OpenCV
  3. 所属分类:Video Capture

    • 发布日期:2017-03-31
    • 文件大小:30534
    • 提供者:TAZER
  1. fftw-opencv-example

    0下载:
  2. I ve made an example on how to perform FFT operation using FFTW in OpenCV. It simply loads an image, compute FFT & IFFT, then display the final result. The resulted image has no difference with the original, as it should.
  3. 所属分类:Video Capture

    • 发布日期:2017-03-22
    • 文件大小:2777
    • 提供者:serkant
  1. Android OpenCV Static implementation

    0下载:
  2. Static implementation of OpenCV in Android. OpenCV example to compare the differences between two pictures.
  3. 所属分类:OpenCV

    • 发布日期:2016-12-19
    • 文件大小:8997146
    • 提供者:derek_proff
  1. OpenCV实例源代码

    0下载:
  2. opencv实例源代码,供给大家参考和学习(Opencv example source code, to provide you with reference and learning)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-24
    • 文件大小:4486144
    • 提供者:小甘
  1. OpenCV实例精解_普拉蒂克

    0下载:
  2. OpenCV实例精解_普拉蒂克,非常好的学习资料。(OpenCV Example _ Puladike, it is a very good learning materials)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:23365632
    • 提供者:文升
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com